Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
close #254
📝작업 내용
Date
VO의endDate
가LocalDate.now()
보다 이후인 경우만 검증하도록 수정startDate
,endDate
둘 중 하나라도null
이면 예외를 발생시키도록 수정null
이여야 예외가 발생하도록 구현되있음LocalDate.isAfter()
가 같은날인 경우도false
를 반환하여 발생한 버그를 해결하였습니다.